home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / util / cli / Asplit203.lha / ASplit / ChangeLog < prev    next >
Encoding:
Text File  |  1994-06-14  |  1.6 KB  |  44 lines

  1. Mon Jun 13 23:13:25 1994  mendez  (mendez@amiga3000UX)
  2.  
  3.     * (main) The last argument have a different meaning: if it's a
  4.     directory (ending by ":" or "/"), it will be the destination
  5.     directory. In this case, we use the basename of the source file as
  6.     destination filename. If no destination name is given, the split
  7.     is in the current directory. If a filename (with an optional path)
  8.     is given, it will be the destination directory and the output
  9.     filename. 
  10.  
  11. Fri Apr  1 21:27:28 1994  MENDEZ Marc  (mendez@aristote)
  12.  
  13.     * Asplit.c (main): '-n' option added. You can now specify the
  14.     number of the first file. 
  15.  
  16. Thu Mar  3 14:22:18 1994  MENDEZ Marc  (mendez@zenon)
  17.  
  18.     * When the size of the file was a multiple of the original size,
  19.     an empty file was created... I suppressed the use of the 'End'
  20.     flag, and replaced it by the counter of file to create. Version 2.01
  21.  
  22. Wed Feb  9 13:03:51 1994  MENDEZ Marc  (mendez@sophocle)
  23.  
  24.     * Asplit.c (OpenOutputFile): The template of the output filename
  25.     was modified. Now, the number of file is evaluated, so I know on
  26.     how many digits I must write the file number. It's far more
  27.     convenient when you join the files. The file order is respected.
  28.     Example:
  29.     For files from 'foo1' to 'foo10', the order is
  30.     foo1, foo10, foo2, foo3, foo4, foo5...
  31.     For files from 'foo01' to 'foo10', the order is
  32.     foo01, foo02, foo03,.... foo09, foo10
  33.  
  34. Tue Feb  8 12:50:00 1994  MENDEZ Marc  (mendez@zenon)
  35.  
  36.     * Asplit.c (OpenOutputFile): #ifdef AMIGA added, because of
  37.     open() 
  38.  
  39. Tue Feb  8 11:21:40 1994  MENDEZ Marc  (mendez@sophocle)
  40.  
  41.     * Asplit.c (ShowErrorFunc): The strerror() does not exist under
  42.     SUN OS !!. I must use perror() again, with no string.
  43.  
  44.